Script "Test Script #1".

begin.

]retry
  open to site 0:3, sendback allowed, flags are defaults.
  if no error then go to ]noerror
  %cnt++
  if %cnt is less than 3 then go to ]retry



]noerror

-----------------------------------------------
Syntax rules:

All lines except labels must end in a period.

Indentation is optional and may be any number of spaces.  All lines can be
indented.

Variables : %xxx are integer vars and $xxx are string vars.


